home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 311 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: iesd.auc.dk!news
  2. From: jds@kom.auc.dk (Jes Degn Soerensen)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 01 Feb 1996 13:19:11 +0100
  6. Organization: Aalborg University, Dept. of Communication Technology
  7. Sender: jds@aleko.kom.auc.dk
  8. Message-ID: <52v68drdyrk.fsf@aleko.kom.auc.dk>
  9. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net>
  10.     <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE>
  11.     <4e547j$1jsk@news-s01.ny.us.ibm.net>
  12.     <4e5730$bf3@idefix.CS.kuleuven.ac.be>
  13.     <4eid6s$uqo@news-s01.ny.us.ibm.net>
  14.     <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>
  15. NNTP-Posting-Host: 130.225.51.17
  16. NNTP-Posting-User: jds
  17. In-reply-to: Frank.Neumann@Informatik.Uni-Oldenburg.DE's message of 29 Jan 96
  18.     14:13:05 GMT
  19. X-Newsreader: Gnus v5.1
  20.  
  21. >>>>> "Frank" == Frank Neumann <Frank.Neumann@Informatik.Uni-Oldenburg.DE> writes:
  22.  
  23. Frank> Hi, fheitka@ibm.net (Frederick V. Heitkamp) writes:
  24.  
  25. >>> Try to create soft links from /usr/X11R6/lib/lib*.so to the
  26. >>> /usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
  27. >>> 
  28. >>> cd /usr/X11R6/lib ln -s libX11.so.6.0 libX11.so
  29. >>> 
  30. >> Right now it is: libX11.so.6 -> libX11.so.6.0.0
  31.  
  32. >> etc.
  33.  
  34. >> Isn't that correct?
  35.  
  36. Frank> No, that's just another link, but not the one you need for
  37. Frank> linking. As Geert said: For every *.so.6.0 library, do
  38. Frank> something like:
  39.  
  40. Frank> ln -s <libname>.so.6.0 <libname>.so
  41.  
  42. After creating the links I had to run 'ldconfig' once more in order to
  43. get it working - dunno if thats your problem. I tried just setting
  44. LD_LIBRARY_PATH but that wasn't enough, probably because it still had
  45. the old a.out libraries listed in ld.so.cache.
  46.  
  47. Jes
  48. -- 
  49. Jes Sorensen: jds@kom.auc.dk         | If programming was ment to be fun,
  50.               jes@leech.adsp.sub.org | why did they come up with Intel?
  51.